MyCallBack
Your callback function must support the following interface:
pascal void MyCallBackProc (QTCallBack cb, long refcon);
cb
- Specifies the callback event for the operation.
refcon
- Contains a reference constant value for your callback function.